Description
The PrintSettingsListelement contains a list of page settings that are referenced by name from an image page, a range of image pages, or an image file.
Type
Diagram
Overview
|
|
Sequence 1..∞
|
|
Name required xsd:NCName
The Name attribute is used to associate print settings with an image page, page range, or image file.
|
|
PrintTextHeader1 optional xsd:string
The PrintTextHeader1 attribute specifies the first line of the header printed on a page. This setting overrides user preferences.
|
|
PrintTextHeader2 optional xsd:string
The PrintTextHeader2 attribute specifies the second line of the header printed on a page. This setting overrides user preferences.
|
|
PrintTextHeader3 optional xsd:string
The PrintTextHeader3 attribute specifies the third line of the header printed on a page. This setting overrides user preferences.
|
|
PrintTextFooter1 optional xsd:string
The PrintTextFooter1 attribute specifies the first line of the footer printed on a page. This setting overrides user preferences.
|
|
PrintTextFooter2 optional xsd:string
The PrintTextFooter2 attribute specifies the second line of the footer printed on a page. This setting overrides user preferences.
|
|
PrintTextFooter3 optional xsd:string
The PrintTextFooter3 attribute specifies the third line of the footer printed on a page. This setting overrides user preferences.
|
|
PrintTextSize optional xsd:decimal
The x attribute specifies the size (in points) of the font used to render the header and footer. This setting overrides user preferences.
|
|
PrintMultipage optional Restriction of xsd:string
The PrintMultipage attribute causes ANSI B and C sized paper to be treated as 2 or 4 letter sized pieces of paper, respectively. Only the headers and footers on the first page are printed.
|
|
|
|
Source
<xsd:element name="PrintSettingsList" type="printsettingslisttype" minOccurs="0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>The PrintSettingsListelement contains a list of page settings that are referenced by name from an image page, a range of image pages, or an image file.</xsd:documentation>
</xsd:annotation>
</xsd:element>
|
See Also